<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 25px;
    background: #fff;
    color: #555;
    font-family: "Microsoft Yahei", Tahoma, SimSun, sans-serif;
    /*font-family:'宋体',Tahoma,SimSun,sans-serif;*/
    overflow-y: auto;
    position: relative
}

html {
    margin: 0;
    padding: 0;
}

ul, li, p, form, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style-type: none
}

input, textarea, select {
    font-size: 12px;
}

img {
    vertical-align: top;
    font-size: 0px;
}

img, li {
    vertical-align: top;
}

.clear {
    height: 0px;
    font-size: 0px;
    clear: both;
}

/* 页面所有连接样式 */
body a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited, a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #4893c0;
    text-decoration: none;
}

.red {
    color: #f00 !important;
}

.blue {
    color: #00f !important;
}

a.word:link, a.word:visited, a.word:active {
    font-size: 12px;
    color: #ff3333;
    text-decoration: none;
}

a.word:hover {
    font-size: 14px;
    color: #ff6633;
    text-decoration: none;
}

.tc {
    text-align: center;
    margin: 0 auto
}

.tr {
    text-align: right
}

.tl {
    text-align: left
}

.pr {
    position: relative
}

.dn {
    display: none
}

.db {
    display: block
}

.fl {
    float: left;
}

.fr {
    float: right
}

.p0_10 {
    padding: 0 10px !important;
}

.p0 {
    padding: 0px !important;
}

.p20_0 {
    padding: 20px 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}


.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt55 {
    margin-top: 55px;
}

.mt80 {
    margin-top: 80px;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb60 {
    margin-bottom: 60px;
}

.w0 {
    width: 0px !important
}

.w120 {
    width: 120px;
}

.w80 {
    width: 80px;
}

.h70 {
    height: 70px !important
}

.h216 {
    height: 216px !important;
}

.fs12 {
    font-size: 12px !important
}

.fs14 {
    font-size: 14px !important
}

.fs16 {
    font-size: 16px !important
}

.fs18 {
    font-size: 18px !important
}

.fs20 {
    font-size: 20px !important
}

.bl0 {
    border-left: 0px !important
}

.h365 {
    height: 365px !important
}

.bt {
    border-top: 1px dashed #c6c5c5;
    padding-top: 10px;
}

.color_lan {
    color: #0a3f5f !important;
}

.content {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    /*overflow: hidden*/
}

.foot_box {
    width: 100%;
    background: #555;
    margin: 0 auto;
}

.box {
    width: 1450px;
    margin: 0 auto;
}

.box1 {
    width: 1450px;
    margin: 0 auto;
    overflow: hidden;
}

.box2 {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.c_menu_box {
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
}

.c_menu {
    width: 100%;
    position: relative;
    z-index: 94;
    overflow: hidden;
}

.c_menu ul {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.c_menu ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

.c_menu ul li a {
    display: block;
    line-height: 25px;
    padding: 20px 35px;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}

.c_menu ul li .hover {
    color: #4893c0;
}

.r_cont {
    font-size: 16px;
    line-height: 30px;
}

.r_title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #bbbbbb;
    font-size: 20px;
    color: #000
}

.r_title span {
    color: #000d5b
}

.header {
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 999998;
    transition: all .6s;
}

/*按钮*/
.btn1 {
    padding: 5px 15px;
    background: #01125a;
    border: 1px solid #01125a;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.btn1:hover {
    background: #11125a
}

.btn2 {
    padding: 5px 15px;
    background: #282828;
    border: 1px solid #282828;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.btn2:hover {
    background: #666
}

.btn3 {
    padding: 5px 15px;
    background: #eeefef;
    border: 1px solid #9f9fa0;
    border-radius: 3px;
    cursor: pointer;
}

.btn3:hover {
    background: #f8f8f8
}

.btn4 {
    padding: 5px 15px;
    background: #f5b2b3;
    border: 1px solid #ff9fa0;
    border-radius: 3px;
    cursor: pointer;
}

.btn4:hover {
    background: #ffb2b3
}

.btn_title {
    padding: 5px 15px;
    background: #01125a;
    text-align: center;
    color: #fff;
    width: 100px;
}

/*头部菜单*/
.head_menu {
    position: relative
}

.head_menu .logo {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 80px;
    transition: all .4s;
}

.head_menu .cname {
    margin-left: 90px;
    line-height: 80px;
    font-size: 32px;
    color: #309ace;
    display: none;
}

.head_menu .tel {
    position: absolute;
    right: 0px;
    top: 35px;
    color: #4893c0;
    height: 48px;
    line-height: 48px;
    background: url('../images/tel.png') no-repeat;
    padding-left: 150px;
    font-size: 26px
}

.head_menu .menu {
    position: absolute;
    right: 0px;
    top: 0px;
}

.head_menu .menu ul li {
    float: left;
    position: relative;
    /*margin-left: 7px;*/
    color: #4893c0;
}

.head_menu .menu ul li:hover {
    /*background: #4893c0;*/
    color: #309ace !important;
}

.head_menu .menu ul li a {
    /*background: #2d2c2c;*/
    color: #333;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    width: 150px;
    font-size: 20px;
    font-weight: bold;
}

.head_menu .menu ul li a:hover {
    color: #309ace;
    /*background: #4893c0*/
}

.head_menu .hover {
    color: #309ace !important;
    /*background: #4893c0 !important*/
}

.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 100;
    top: 80px;
    left: 0;
    border-top: 1px solid #309ace;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}

.dropdown-menu ul li {
    margin-left: 0px !important;
}

.dropdown-menu ul li a {
    color: #333 !important;
    background: #fff !important;;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 400 !important;
}

.dropdown-menu ul li a:hover {
    background: #309ace !important;;
    color: #fff !important;
}

/*Banner图片切换*/
.banner_box {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.banner_box img {
    width: 100%
}

.banner_box1 {
    width: 100%;
    float: left;
    overflow-x: hidden;
}

.banner_box2 {
    overflow: hidden;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    border: none
}

.flexslider {
    margin: 0px auto 20px;
    position: relative;
    width: 100%;
    height: 100%;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
    list-style-type: none;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;

    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;

    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 100%;
    display: block;
}


/*search*/
.search_box {
    position: absolute;
    right: 20px;
    top: 10px;
    display: none
}

.search_box .search_txt {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    padding: 3px 7px;
    width: 200px;
}

.search_box .search_btn {
    background: url('../images/search_btn.png') no-repeat;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 7px;
    top: 5px;
    width: 18px;
    border: none
}

.index .title {
    overflow: hidden;
    font-size: 32px;
    height: 50px;
    color: #333;
    line-height: 50px;
}

.index_box3 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f7f7f7
}

.home_more {
    padding: 30px 0 30px 0;
}

.home_more a {
    display: block;
    width: 168px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
}

.home_more a:hover {
    background: #309ace;
    color: #fff !important;
    border-color: #309ace;
}

.index_box3 .c2 ul li {
    width: 350px;
    height: 400px;
    background: #fff;
    overflow: hidden;
    margin-top: 20px;
    font-size: 18px;
    float: left;
    text-align: center;
    margin-left: 10px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.index_box3 .c2 ul li:hover {
    border: 1px solid #309ace;
}

.index_box3 .c2 ul li .img {
    height: 200px;
    line-height: 80px;
    overflow: hidden;
    text-align: center
}

.index_box3 .c2 ul li .img img {
    height: 200px;
    line-height: 200px;
}

.index_box3 .c2 ul li .cont {
    padding: 30px 10px;
    line-height: 35px;
    width: 320px;
    height: 105px;
    overflow: hidden;
}

.index_box3 .c3 {
    border: 1px solid #ededee;
    height: 200px;
    line-height: 200px;
    border-radius: 3px;
    text-align: center;
}

.index_box3 .c3 img {
    line-height: 200px;
}

.index_box3 .btn {
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 3px;
    background: #fcfcfc;
    border: 1px solid #c4c4c4;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
}

.index_box3 .btn a:link {
    color: #555
}

.index_box3 .c4 {
    overflow: hidden;
}

.index_box3 .c4 ul li {
    margin-left: 5px;
    margin-right: 5px;
    width: 350px;
    height: 400px;
    float: left;
    background: #fcfcfc;
    overflow: hidden;
    margin-top: 30px;
}

.index_box3 .c4 ul li .img {
    height: 350px;
    /*background: #f5f5f5;*/
    overflow: hidden;
    text-align: center
}

.index_box3 .c4 ul li .img a:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.index_box3 .c4 ul li .img img {
    height: 350px;
    transition: all .3s;
}

.index_box3 .c4 ul li .cont {
    line-height: 50px;
    text-align: center;
}

.index_box3 .c5 ul li {
    height: 247px;
}

.index_box3 .c5 ul li .img {
    height: 197px;
}

.index_box3 .c5 ul li .img img {
    height: 197px;
}

.index_box4 {
    padding: 50px 0px;
    background: #f7f7f7
}

.index_box5 {
    padding: 40px 0px;
    background: #f7f7f7;
    border-top: 1px solid #dcdcdc;
}

.link_box {
    padding: 20px 0px;
    background: #f7f7f7;
    border-top: 1px solid #dcdcdc;
}

.link_box a {
    color: #737373 !important;
    margin-right: 20px;
    font-size: 15px;
}

/*底部*/
.footer_box {
    padding: 20px 0px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-align: center
}

.footer_box a {
    color: #fff;
}

.footer_box .lcont {
    width: 373px;
    overflow: hidden;
    float: left;
}

.footer_box .rcont {
    float: right;
    text-align: right
}

.foot_menu {
    width: 145px; /*border-right:1px dotted #8399b7;*/ /*min-height:170px;*/
    color: #555;
    text-align: center
}

.foot_menu h1 {
    font-size: 14px;
    color: #555
}

.foot_menu p {
    font-size: 14px;
    line-height: 30px;
}

.foot_menu p a {
    color: #999 !important;
}

.foot_contact {
    width: 650px;
    min-height: 170px;
    font-size: 16px;
    position: relative;
    line-height: 25px;
}

.foot_contact .tel {
    position: absolute;
    left: 250px;
    top: 12px;
}

.foot_contact .email {
    position: absolute;
    left: 250px;
    top: 63px;
}

.foot_contact .fax {
    position: absolute;
    left: 250px;
    top: 90px;
}

.foot_contact .addr {
    position: absolute;
    left: 250px;
    top: 140px;
}

.foot_contact img {
    margin-top: 20px;
}

/*左侧导航*/
.left_box {
    width: 264px;
    float: left;
    overflow: hidden;
    background: url(../images/left_menu_bg.png) no-repeat top;
}

.left_box .title {
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    margin-left: 20px;
}

.left_box .title span {
    color: #bac2dd;
    padding-left: 5px;
    font-size: 15px
}

.left_menu {
    padding-top: 7px;
}

.left_menu li {
}

.left_menu li a {
    padding-left: 20px;
    display: block;
    color: #999;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    border-bottom: 1px solid #e3ebf4
}

.left_menu li a:hover {
    color: #4893c0
}

.left_menu li a span {
    font-size: 8px;
}

.left_menu .hover {
    color: #4893c0 !important
}

.left_box1 {
    width: 200px;
}

/*.left_box .left_menu_foot_bg1{ background:#e8e7f7; margin-top:40px}
.left_menu_foot_bg { background:url(../images/left_menu_foot.png) no-repeat; height:38px;}*/

.right_box {
    /*width: 730px;*/
    /*float: right;*/
    /*overflow: hidden;*/
    font-size: 16px;
}

.right_box table {
    margin: 0 auto
}

.right_box .right_cont {
    line-height: 28px;
    padding: 20px 0px;
    overflow: hidden
}

.right_box .right_cont img {
    max-width: 730px;
}

.right_box .right_cont .title {
    height: 100px;
    line-height: 100px;
    border-bottom: 1px dashed #c6c5c5;
    font-size: 30px;
    color: #d11d28;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.right_box .right_cont .title1 {
    line-height: 50px;
    border-bottom: 1px dashed #c6c5c5;
    font-size: 30px;
    color: #555;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.right_box .right_cont .title1 span {
    font-size: 14px;
    color: #555;
    font-weight: normal
}

.path {
    color: #4893c0; /*background:url(../images/path_bg.png) no-repeat;*/
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3;
}

.path .path_title {
    padding-left: 10px;
    font-size: 16px;
    color: #281e1c;
    float:left/*  font-weight:bold; */
}

.path .path_list {
    float: right
}

.path1 {
    color: #382251;
    padding-left: 60px;
    background: url(../images/path1_bg.png) 30px 37px no-repeat;
    height: 90px;
    line-height: 90px;
}

.path1 a {
    color: #382251 !important;
}

.path1 .path_title {
    font-size: 27px;
    color: #382251;
    font-weight: bold;
    float: left
}

/*产品列表*/
.pub_box {
    padding-left: 40px;
    height: 190px;
    position: relative
}

.pub_left {
    width: 560px;
    height: 190px;
    overflow: hidden;
    line-height: 30px;
}

.pub_box .img {
    width: 190px;
    height: 190px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 0px;
}

.pub_box img {
    width: 190px;
    height: 190px;
}

.tab_menu_box {
    padding-left: 40px;
    margin-top: 20px;
}

.tab_menu_box .tab_menu {
    background: #603a8d;
    height: 35px;
    line-height: 35px;
    text-align: center
}

.tab_menu_box .tab_menu li {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: left
}

.tab_menu_box .tab_menu li a {
    display: block;
    padding: 0 45px;
    color: #fff;
}

.tab_menu_box .tab_menu li a:hover {
    background: #382251;
}

.tab_menu_box .tab_menu .hover {
    background: #382251 !important;
}

.tab_menu_box1 {
    padding-left: 40px;
    margin-top: 40px;
}

.tab_menu_box1 .tab_menu {
    height: 35px;
    line-height: 35px;
    text-align: center
}

.tab_menu_box1 .tab_menu li {
    background: #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: left
}

.tab_menu_box1 .tab_menu li a {
    display: block;
    width: 120px;
    color: #110f10;
}

.tab_menu_box1 .tab_menu li a:hover {
    background: #382251;
    color: #fff
}

.tab_menu_box1 .tab_menu .hover {
    background: #382251 !important;
    color: #fff !important
}

.prolist {
    padding-left: 40px;
    margin-top: 20px;
}

.prolist li {
    float: left;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
}

.prolist li a {
    display: block;
    width: 150px;
    height: 25px;
    line-height: 25px;
    color: #5a595e;
    background: #e0dee3;
    border-radius: 10px;
}

.prolist li a:hover {
    background: #382251;
    color: #fff
}

.products {
}

.products li {
    float: left;
    line-height: 50px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    width: 250px;
    height: 300px;
    border-bottom: 1px dashed #cecece
}

.products li .img {
    width: 250px;
    height: 250px;
    overflow: hidden;
    background: #fff;
    line-height: 250px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ecebeb;
    display: block;
}

.products li .img:hover {
    border: 1px solid #d11d28;
}

/*产品详情*/
.prolist_info {
    padding-left: 40px;
    margin-top: 20px;
}

.prolist_info .prolist_info_img {
    vertical-align: bottom;
}

.prolist_info .prolist_info_img img {
    float: left;
    width: 280px;
    height: 280px;
    margin-right: 10px;
    overflow: hidden
}

.prolist_info .prolist_info_cont {
    line-height: 28px;
}

.product_right1 {
    margin-top: 30px;
}

.product_right1 .intro {
    width: 330px;
    float: left;
    display: inline;
    margin-left: 5px;
    overflow: hidden;
}

.product_right1 .intro .title {
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #787777;
    font-weight: bold;
    color: #3f3b3a
}

.product_right1 .intro .intro_box {
    padding: 5px; /* border:1px solid #f3f3f4; margin-top:15px; height:500px; */
    overflow: hidden;
    line-height: 25px;
    line-height: 40px;
}

.product_right1 .intro b {
    padding: 5px 10px;
    background: #d11d28;
    color: #fff;
    margin-top: 10px
}

.product_right1 .tel {
    color: #07356f;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}

.product_right1 .btn {
    color: #07356f;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer
}

/*.product_right1*/
.pro_content {
    margin-top: 20px;
    min-height: 100px;
    padding: 10px;
    line-height: 25px;
    overflow: hidden
}

.product_right1 .more {
    margin: 30px 0px;
    color: #d11d28;
    border-left: 9px solid #d11d28;
    padding-left: 11px;
    font-size: 16px;
}

/*.product_right1*/
.return {
    background: #ccc;
    color: #333;
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 10px;
}

/*表单*/
.input_desc {
    padding: 5px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff
}

.input_txt {
    padding: 5px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff
}

/*联系我们*/
.contact_box { /*margin-top:30px; */
}

.contact_box .contact_left {
    width: 450px;
    float: left;
    overflow: hidden;
    line-height: 30px;
}

.contact_box .contact_left p {
    margin-bottom: 10px;
}

.contact_box .contact_right {
    width: 520px;
    float: right;
    overflow: hidden;
}

/*新闻动态*/
.news_box {
    padding: 10px 0px;
}

.news_box ul li {
    height: 150px;
    margin-top: 20px;
    overflow: hidden;
    border-bottom: 1px dashed #cacaca;
}

.news_box ul li .img {
    width: 150px;
    height: 90px;
    background: #bcbcbc;
    overflow: hidden;
    float: left;
    border-radius: 3px;
}

.news_box ul li .cont {
    width: 550px;
    float: right;
    height: 110px;
    color: #7d7d7d;
    overflow: hidden
}

.news_box ul li a:link {
    color: #373b3e !important
}

.news_box p {
    margin-top: 5px;
}

/*案例*/
.case_box {
}

.case_box li {
    width: 232px;
    height: 150px;
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    float: left;
}

.case_box li .img {
    width: 230px;
    height: 125px;
    overflow: hidden;
    background: #bcbcbc;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    text-align: center
}

.case_box li .img img {
    height: 125px;
}


.index_txt {
    padding: 5px;
    width: 200px;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    background: #fff
}

.msg {
    vertical-align: top
}

/*分页*/
.pagination {
    overflow: hidden;
    text-align: center;
    padding: 10px;
    line-height: inherit;
    height: 25px;
    margin-top: 10px;
}

.pagination a {
    background: #aaa;
    border: 1px #999 solid;
    color: white !important;
    padding: 2px 10px;
    display: inline-block;
    cursor: pointer;
    margin: 0 1px;
}

.pagination a:hover {
    background: #ccc;
    border: 1px #666 solid;
}

.pagination a:active {
    background: #fff;
    border: 1px #999 solid;
}

.pagination .current {
    background: #fff;
    border: 1px solid #999;
    padding: 6px 10px;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    margin: 3px;
}

/*loading*/
.loading_area {
    display: none;
    background: rgba(255, 255, 255, .58);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999;
}

.loading_cont {
    overflow: hidden;
    margin-top: 20%;
}

@-webkit-keyframes loading_icon {
    0% {
        transform: scaleY(1);
        -moz-transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
    50% {
        transform: scaleY(.4);
        -moz-transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    100% {
        transform: scaleY(1);
        -moz-transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

@-moz-keyframes loading_icon {
    0% {
        transform: scaleY(1);
        -moz-transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
    50% {
        transform: scaleY(.4);
        -moz-transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    100% {
        transform: scaleY(1);
        -moz-transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.loading_icon i {
    display: inline-block;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: #19a97b;
    margin: 0 2px
}

.loading_icon i:nth-child(1) {
    -webkit-animation: loading_icon 1s ease-in .1s infinite;
    -moz-animation: loading_icon 1s ease-in .1s infinite;
    animation: loading_icon 1s ease-in .1s infinite
}

.loading_icon i:nth-child(2) {
    -webkit-animation: loading_icon 1s ease-in .2s infinite;
    -moz-animation: loading_icon 1s ease-in .2s infinite;
    animation: loading_icon 1s ease-in .2s infinite
}

.loading_icon i:nth-child(3) {
    -webkit-animation: loading_icon 1s ease-in .3s infinite;
    -moz-animation: loading_icon 1s ease-in .3s infinite;
    animation: loading_icon 1s ease-in .3s infinite
}

.loading_icon i:nth-child(4) {
    -webkit-animation: loading_icon 1s ease-in .4s infinite;
    -moz-animation: loading_icon 1s ease-in .4s infinite;
    animation: loading_icon 1s ease-in .4s infinite
}

.loading_icon i:nth-child(5) {
    -webkit-animation: loading_icon 1s ease-in .5s infinite;
    -moz-animation: loading_icon 1s ease-in .5s infinite;
    animation: loading_icon 1s ease-in .5s infinite
}

.loading_txt mark {
    background: none;
    font-size: 12px;
    color: red;
}


/* proviewbox */
.div_prothumb .span_prev, .div_prothumb .span_next {
    background: url(../images/sprite.png) no-repeat;
}

.proviewbox {
    float: left;
    width: 405px;
    position: relative;
    z-index: 5;
}

.probigshow {
    position: relative;
    width: 390px;
    height: 343px;
    padding: 1px; /*border:1px solid #ddd;*//*margin:0 auto;*/
}

.probigshow .span_showtip {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 81px;
    height: 81px;
    text-indent: -999em;
    overflow: hidden;
}

.probigshow .showtip_1 {
    background-position: 0 0;
}

.probigshow .showtip_2 {
    background-position: 0 -81px;
}

.probigshow a.a_probigshow {
    cursor: crosshair;
}

.zoomplepopup {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background: #fff;
    border: 1px solid #e9493d;
    overflow: hidden;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 10;
    cursor: crosshair; /*	height:50px;width:50px;*/
}

#probig_preview {
    position: absolute;
    visibility: hidden;
    top: 0px;
    left: 405px;
    width: 340px;
    height: 340px;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

#probig_preview img {
    position: relative;
}

.div_prothumb {
    position: relative;
    padding: 27px 15px 0;
}

.thumbporbox {
    position: relative;
    width: 375px;
    overflow: hidden;
}

.div_prothumb .span_prev, .div_prothumb .span_next {
    position: absolute;
    top: 25px;
    width: 22px;
    height: 64px;
    text-indent: -999em;
    overflow: hidden;
    cursor: hand;
    cursor: pointer;
}

.div_prothumb .span_prev {
    left: 0px;
    /*_left: -25px;*/
    background-position: -90px -282px;
}

.div_prothumb .span_prevb {
    background-position: -112px -282px;
    cursor: default;
}

.div_prothumb .span_next {
    right: 0px;
    background-position: -156px -282px;
}

.div_prothumb .span_nextb {
    background-position: -134px -282px;
    cursor: default;
}

.ul_prothumb {
    position: relative;
    width: 7500px;
    overflow: hidden;
}

.ul_prothumb li {
    float: left;
    width: 75px;
    height: 64px;
    text-align: center;
}

.ul_prothumb img {
    padding: 1px;
    border: 1px solid #ddd;
}

.ul_prothumb li.now img {
    border: 1px solid #c00;
}

/* div_prolinks */
.div_prolinks {
    padding: 20px 0 0 5px;
    overflow: hidden;
    zoom: 1;
}

a#a_enlarge {
    float: left;
    padding: 3px 0 3px 25px;
    background-position: -436px -177px;
    color: #9A0000;
}

a#a_enlarge:hover {
    text-decoration: underline;
}

span.span_share {
    float: right;
    width: 320px;
    text-align: right;
    line-height: 16px;
}

span.span_share b {
    font-weight: normal;
}

span.span_share .a_share {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    overflow: hidden;
    text-indent: 999em;
    vertical-align: top;
}


div.jqZoomTitle {
    z-index: 5000;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
    height: 16px;
    padding-top: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    background: #999;
}

.jqZoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10;
    border-color: #c4c4c4;
    border-style: solid;
    cursor: crosshair;
}

.jqZoomPup img {
    border: 0px;
}

.preload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    /*background-image: url(/images/zoomloader.gif);*/
    background-repeat: no-repeat;
    background-position: 43px 30px;
    width: 90px;
    *width: 100px;
    height: 43px;
    *height: 55px;
    z-index: 10;
    position: absolute;
    top: 3px;
    left: 3px;
}

.jqZoomWindow {
    border: 1px solid #999;
    background-color: #FFF;
}

/*js_pro*/
.js_pro_box { /*padding: 20px 0px; margin-bottom:30px;*/
    background: #fff
}

.js_left {
    width: 70px;
    height: 70px;
    margin-top: 135px;
    margin-left: 15px;
    float: left;
    background: url(../images/left.jpg) no-repeat;
    cursor: pointer;
    display: none
}

.js_content {
    width: 1100px;
    height: 400px;
    overflow: hidden; /*float:left;*/
    margin: 0 auto;
}

.js_right {
    width: 70px;
    height: 70px;
    margin-top: 135px;
    float: left;
    background: url(../images/right.jpg) no-repeat;
    cursor: pointer;
    display: none
}

#scrollbox li {
    padding: 12px 6px;
    width: 320px; /*height:325px;*/
    height: 370px;
    position: relative;
    background: #fff;
    float: left;
    margin-right: 15px;
    text-align: center;
}

#scrollbox li span {
    display: block;
    width: 348px;
    background: #d1d1d5;;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

#scrollbox li img {
    height: 300px;
}

#scrollbox li a {
    color: #333 !important
}

.pointer {
    CURSOR: pointer
}

.hover {
    color: #4893c0 !important;
}

.product_type {
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.product_type dl {
    padding: 10px 0 0 240px;
    min-height: 36px;
    position: relative;
    border-bottom: 1px solid #efefef;
}

.product_type dt {
    background: #f8f8f8;
    position: absolute;
    left: 0;
    top: 10px;
}

.product_type dt a {
    display: block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 12px;
    text-align: center
}

.product_type dd {
    position: relative;
}

.product_type dd li {
    height: 36px;
    line-height: 36px;
    float: left;
    padding: 0 10px 10px 15px;
    margin-right: 10px;
    font-size: 15px;
}

.product_type dd li span {
    display: block;
}

.product_type dd li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    color: #999;
    margin-left: 4px;
}


.news_lists {
    padding: 1.3% 0;
}

.news_lists li {
    width: 100%;
    padding: 15px 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    font-size: 18px;
}

.news_lists li a {
    display: block;
}

.news_lists li .title {
    float: left;
    padding-left: 1.5%;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_lists li .fr {
    padding-right: 1.5%;
}</pre></body></html>